Resolves issue #19 (simple date search)#45
Merged
hkong-mitre merged 12 commits intodevfrom Oct 1, 2025
Merged
Conversation
…ranges, which require very different query methods than strings
…d for date search
…ted in a later sprint
…only either date or string). It has 1 problem in that the results are larger than what the developer console returns, and also that it is only searching containers.cna.providerMetadata.dateUpdated and containers.cna.timeline.time. Note change in devel.jsonc search index
…ing that day instead of defaulting to a date range of that date to current time
afoote-mitre
approved these changes
Oct 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes Issue #19, #20 but with scope expanded to include all date fields
Summary
Search can be done using dates, and it will return all CVEs that contains that date in any date field. Search terms can be of the format:
YYYY-MM-DD
YYYY-MM-DDTHH:MM:SSZ
YYYY-MM-DDTHH:MM:SS
YYYY-MM-DDTHH:MM:SS.mmmZ
YYYY-MM-DDTHH:MM:SS+HH:MM
Known Problems
Important Changes
Testing
Steps to manually test updated functionality, if possible
npm run test